.video-banner-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.video-banner-container video {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background: url("/Portals/1/OpenContent/Files/1990/ams-landing--poster.jpg")
    no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade {
  opacity: 0.5;
}

#VideoBanner {
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight: 100;
  /*background: rgba(9,15,26,0.3);*/
  background: rgba(0, 78, 108, 0.75);
  color: white;
  font-size: 1.2rem;
  text-align: center;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.video-banner-container .cta-content {
  /*background: rgba(9,15,26,0.3);*/
  padding: 21.75vh 2rem 2rem;
  width: 90%;
  margin: 0 auto;
}
.video-banner-container .cta-content h1,
.video-banner-container .cta-content h2 {
  color: #fff;
}
.video-banner-container h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 0.3rem;
}
.video-banner-container img.logo {
  width: 100%;
}
.video-banner-container .cta-content p {
  font-size: 105%;
}
#VideoBanner a.video-button {
  display: inline-block;
  padding: 0.4rem 1rem;
  border: none;
  margin: 1rem auto;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
  font-size: 10px;
  width: auto;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 15px;
}
#VideoBanner a.demo-button {
  color: #fff;
  background: #f47a22;
  padding: 0.75rem 1.25rem;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
}
#VideoBanner a.video-buttonn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.video-banner-container a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  transition: 0.6s background;
}
.video-banner-container a:hover {
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-device-width: 800px) {
  html {
    background: url("/Portals/1/OpenContent/Files/1990/ams-landing--poster.jpg")
      #000 no-repeat center center fixed;
  }
  #VideoBanner a.video-button {
    display: none;
  }
  #bgvid {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .video-banner-container .cta-content {
    width: 40%;
  }
}
